mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-21 19:15:11 +00:00
.editorconfig init
This commit is contained in:
parent
94d84a08e9
commit
aa70e73c57
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 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
|
### 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.
|
+ 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
|
The idea is to have
|
||||||
+ ```2``` empty lines between last suggested book & new header
|
+ `2` empty lines between last suggested book & new header
|
||||||
+ ```0``` empty line between header & first book of that very section.
|
+ `0` empty line between header & first book of that very section.
|
||||||
+ ```0``` empty line between each book in 1 section.
|
+ `0` empty line between each book in 1 section.
|
||||||
+ ```1``` empty line at the end of each ```.md``` file.
|
+ `1` empty line at the end of each `.md` file.
|
||||||
|
|
||||||
Like this example:
|
Like this example:
|
||||||
```
|
```markdown
|
||||||
[...]
|
[...]
|
||||||
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
|
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
###Index
|
###Index
|
||||||
|
|
||||||
* [HTML & CSS](#html-css)
|
* [HTML & CSS](#html-css)
|
||||||
* [Javascript](#javascript)
|
* [Javascript](#javascript)
|
||||||
* [PHP](#php)
|
* [PHP](#php)
|
||||||
|
|
||||||
|
|
||||||
###html-css
|
###html-css
|
||||||
* [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/)
|
* [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/)
|
||||||
|
|
||||||
|
|
||||||
###javascript
|
###javascript
|
||||||
* [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript)
|
* [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript)
|
||||||
|
|
||||||
|
|
||||||
###php
|
###php
|
||||||
* [Tutorial Ebook PHP](http://adf.ly/1847642/http://www.4shared.com/rar/CtmMQ24E/Ebook_Tutorial_PHP.html)
|
* [Tutorial Ebook PHP](http://adf.ly/1847642/http://www.4shared.com/rar/CtmMQ24E/Ebook_Tutorial_PHP.html)
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* [Shell Script](#shell)
|
* [Shell Script](#shell)
|
||||||
* [Lua](#lua)
|
* [Lua](#lua)
|
||||||
|
|
||||||
|
|
||||||
###C
|
###C
|
||||||
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
* [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/).
|
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
|
|
||||||
|
|
||||||
###C
|
###C
|
||||||
* [C Programlama Diline Giris](http://www1.gantep.edu.tr/~bingul/c/index.php)
|
* [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)
|
* [Sistem Programlama ve İleri C Uygulamaları Kurs Notları](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16)
|
||||||
|
Loading…
Reference in New Issue
Block a user