contacts/.editorconfig

17 lines
330 B
INI
Raw Normal View History

2017-09-14 13:44:14 +00:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Matches multiple files with brace expansion notation
# Set default charset
[*.{html,js,css}]
indent_style = tab