mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +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
|
|
|