Files
pjax/.editorconfig

17 lines
238 B
INI
Raw Normal View History

2014-03-24 08:34:59 +01:00
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab