Files
favicongrabber.com/.editorconfig
insert_final_newline=ignore is not an acceptable value. strconv.ParseBool: parsing "ignore": invalid syntax
2017-07-03 15:41:35 +07:00

23 lines
336 B
INI

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