e036e24772724624f4e7370e1a5f90fa69a7d783
[platform/framework/web/crosswalk-tizen.git] /
1 ; EditorConfig is awesome: http://EditorConfig.org
2
3 ; top-most EditorConfig file
4 root = true
5
6 ; base rules
7 [*]
8 end_of_line = lf
9 insert_final_newline = false
10 indent_style = space
11 indent_size = 4
12 charset = utf-8
13 trim_trailing_whitespace = true
14
15 ; The default indent on package.json is 2 spaces, better to keep it so we can
16 ; use `npm install --save` and other features that rewrites the package.json
17 ; file automatically
18 [package.json]
19 indent_style = space
20 indent_size = 2