Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
# http://editorconfig.org
2
root = true
3
 
4
[*]
5
indent_style = tab
6
indent_size = 4
7
end_of_line = lf
8
charset = utf-8
9
trim_trailing_whitespace = true
10
insert_final_newline = false
11
 
12
[gulpfile.js]
13
indent_style = space
14
indent_size = 2
15
 
16
[*.yml]
17
indent_style = space
18
indent_size = 2