blob: a443ba780b38c22f78595a63b3e23e8179c5404e [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001# EditorConfig is awesome: http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6# Unix-style newlines with a newline ending every file
7[*]
8charset = utf-8
9indent_style = space
10indent_size = 2
11insert_final_newline = true
12trim_trailing_whitespace = true