electron-tabs/.editorconfig

11 lines
174 B
INI
Raw Permalink Normal View History

2020-02-04 05:13:47 -05:00
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true