]> git.openstreetmap.org Git - chef.git/blob - .editorconfig
tilecache: switch port 80 traffic to nginx
[chef.git] / .editorconfig
1 # EditorConfig is awesome: https://EditorConfig.org
2
3 root = true
4
5 [*]
6 charset = utf-8
7 indent_style = space
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10 end_of_line = lf
11 indent_size = 2