arduino/.editorconfig

24 lines
384 B
INI
Raw Permalink Normal View History

2014-07-01 17:42:23 +10:00
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Trailing whitespace is significant in markdown files.
[*.md]
trim_trailing_whitespace = false
[Arduino-Makefile/bin/*]
indent_style = space
indent_size = 4
[.ycm_extra_conf.py]
indent_style = space
indent_size = 2