Project

General

Profile

Download (277 Bytes) Statistics
| Branch: | Tag: | Revision:
1
; This file is for unifying the coding style for different editors and IDEs.
2
; More information at http://editorconfig.org
3

    
4
root = true
5

    
6
[*.{inc,php}]
7
indent_style = tab
8
tab_width = 8
9
end_of_line = lf
10
charset = utf-8
11
trim_trailing_whitespace = true
12
insert_final_newline = true
(1-1/11)