1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge branch 'ntwb-editorconfig' into 3.0.0-wip

This commit is contained in:
Mark Otto 2013-04-22 22:58:33 -07:00
commit 73793637d1
5 changed files with 18 additions and 4 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab