0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-15 21:44:46 +00:00
kevinpapst_kimai2/.editorconfig
Kevin Papst c3251ee435
various documentation updates (#176)
* updated README
* improved CONTRIBUTING guidelines
* improved wording on developer docu
2018-06-23 21:20:20 +02:00

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