jiti-meet/.editorconfig

11 lines
166 B
INI
Raw Normal View History

2015-12-03 13:11:25 +00:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true