mirror of
https://github.com/chenasraf/nextcloud-jukebox.git
synced 2026-05-17 17:38:02 +00:00
25 lines
333 B
INI
25 lines
333 B
INI
[*]
|
|
tab_width = 2
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
tab_width = 4
|
|
indent_size = 4
|
|
indent_style = tab
|
|
|
|
[*.php]
|
|
tab_width = 2
|
|
indent_size = 2
|
|
indent_style = tab
|
|
|
|
[*.xml]
|
|
tab_width = 2
|
|
indent_size = 2
|
|
indent_style = tab
|