.editorconfig init

上级 94d84a08
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
......@@ -22,18 +22,18 @@ By submitting code you agree to the [LICENSE](https://github.com/vhf/free-progra
### Formatting
+ All lists are ```.md``` files. Try to learn Github's Markdown syntax. It's simple!
+ All lists are `.md` files. Try to learn Github's Markdown syntax. It's simple!
+ All the lists start with an Index, the idea is to show all of sections and subsections there, so it's important to have an index for each section. Right now it's alphabetized, so please use alphabetic order.
+ Sections are using level 3 heading (in HTML is ```<h3>```, in Markdown is ```###```), and subsections are using level 4 (in HTML is ```<h4>```, in Markdown is ```####```).
+ Sections are using level 3 heading (in HTML is `<h3>`, in Markdown is `###`), and subsections are using level 4 (in HTML is `<h4>`, in Markdown is `####`).
The idea is to have
+ ```2``` empty lines between last suggested book & new header
+ ```0``` empty line between header & first book of that very section.
+ ```0``` empty line between each book in 1 section.
+ ```1``` empty line at the end of each ```.md``` file.
+ `2` empty lines between last suggested book & new header
+ `0` empty line between header & first book of that very section.
+ `0` empty line between each book in 1 section.
+ `1` empty line at the end of each `.md` file.
Like this example:
```
```markdown
[...]
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
......
###Index
* [HTML & CSS](#html-css)
* [Javascript](#javascript)
* [PHP](#php)
###html-css
* [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/)
###javascript
* [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript)
###php
* [Tutorial Ebook PHP](http://adf.ly/1847642/http://www.4shared.com/rar/CtmMQ24E/Ebook_Tutorial_PHP.html)
......@@ -15,6 +15,7 @@
* [Shell Script](#shell)
* [Lua](#lua)
###C
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
......
......@@ -13,6 +13,7 @@
* [Python](#python)
* [Rust](#rust)
###C
* [C Programlama Diline Giris](http://www1.gantep.edu.tr/~bingul/c/index.php)
* [Sistem Programlama ve İleri C Uygulamaları Kurs Notları](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册