]> git.openstreetmap.org Git - rails.git/blob - .editorconfig
Merge remote-tracking branch 'upstream/pull/3385'
[rails.git] / .editorconfig
1 # EditorConfig is awesome: http://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 # Unix-style newlines with a newline ending every file
7
8 [*]
9 indent_style = space
10 indent_size = 2
11 end_of_line = lf
12 charset = utf-8
13 trim_trailing_whitespace = true
14 insert_final_newline = true