Files
pjax/.editorconfig
Maxime Thirouin db3eecadd0 First commit
2014-03-24 08:39:59 +01:00

17 lines
238 B
INI

# 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