mirror of
https://github.com/e107inc/e107.git
synced 2025-02-06 06:59:07 +01:00
11 lines
139 B
INI
11 lines
139 B
INI
|
|
||
|
# EditorConfig is awesome: http://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*.php]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|