Subversion Repositories SE.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 7u83 1
# EditorConfig file: 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
end_of_line = lf
9
insert_final_newline = true
10
charset = utf-8
11
trim_trailing_whitespace = true
12
insert_final_newline = true
13
 
14
# 4 space indentation
15
[*.{erl,src,hrl}]
16
indent_style = space
17
indent_size = 4