1
0
Bifurcation 0

feat(dev): ajoute .editorconfig

master
Jérôme Lebleu 2019-03-25 16:27:41 +01:00 commité par Jérôme Lebleu
Parent 08b365b145
révision 60ab394fb2
1 fichiers modifiés avec 23 ajouts et 0 suppressions

23
.editorconfig Normal file
Voir le fichier

@ -0,0 +1,23 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,rst,ini}]
indent_style = space
indent_size = 4
[*.{html,css,scss,js,json,yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab