]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/.editorconfig
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / .editorconfig
CommitLineData
91e44d91
S
1# editorconfig.org
2
3root = true
4
5[*]
6charset = utf-8
7end_of_line = lf
8indent_size = 2
9indent_style = space
10insert_final_newline = true
11trim_trailing_whitespace = true
12
13[*.md]
14trim_trailing_whitespace = false
15
16[*.py]
17indent_size = 4