blob: 5ba69e24a210610c021c7b7f6c777988fe4e64c4 [file] [log] [blame]
Israel Lavi1994c982018-05-21 17:42:00 +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[*]
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12
13# tab indentation
14[framework/**.js]
15[framework/**.jsx]
16[resources/**.scss]
17indent_style = space
18indent_size = 4