Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
# EditorConfig is awesome: http://EditorConfig.org
2
 
3
# top-most EditorConfig file
4
root = true
5
charset = utf-8
6
 
7
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
8
trim_trailing_whitespace = true
9
 
10
# Unix-style newlines with a newline ending every file
11
[*]
12
end_of_line = lf
13
insert_final_newline = true
14
 
15
# PHP-Files
16
[*.php]
17
indent_style = space
18
indent_size = 4