Dolibarr uses tab indents

This commit is contained in:
Raphaël Doursenaud 2015-04-18 18:27:26 +02:00
parent 5617399974
commit 81a14b5bfd

View File

@ -8,14 +8,10 @@ charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
[*.php] [*.php]
indent_style = space indent_style = tab
indent_size = 4
[*.js] [*.js]
indent_style = space indent_style = tab
indent_size = 2
[*.css] [*.css]
indent_style = space indent_style = tab
indent_size = 2
[*.xml] [*.xml]
indent_style = space indent_style = tab
indent_size = 4