mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-15 21:44:46 +00:00
10 lines
No EOL
130 B
INI
10 lines
No EOL
130 B
INI
; top-most EditorConfig file
|
|
root = true
|
|
|
|
; Unix-style newlines
|
|
[*]
|
|
end_of_line = LF
|
|
|
|
[*.php]
|
|
indent_style = space
|
|
indent_size = 4 |