utime/.editorconfig

11 lines
232 B
INI
Raw Normal View History

2016-01-25 16:50:20 -05:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true