fes.js/.editorconfig
cannot load ini file: key-value delimiter not found: lib
2020-11-14 17:25:30 +08:00

17 lines
248 B
INI

# http://editorconfig.org
root = true
lib
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false