inliner/.editorconfig
Ricardo Pescuma Domenecci fb18abf48f chore: added editorconfig
2015-11-26 10:29:27 +00:00

10 lines
166 B
INI

# http://editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true