discourse/.editorconfig
Nick Schonning 3c2e04c50b Add EditorConfig to enforce spacing
Will automatically use the correct indenting and trim line endings on
supported IDEs.
2014-03-11 03:59:30 -04:00

15 lines
267 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_size = 2
[*.md]
trim_trailing_whitespace = true