File .editorconfig

Last commit: Wed Oct 30 00:37:27 2019 +0100	Jan Dankert	This file is for unifying the coding style for different editors and IDEs.
1 ; This file is for unifying the coding style for different editors and IDEs. 2 ; More information at http://editorconfig.org 3 4 root = true 5 6 [*] 7 end_of_line = lf 8 insert_final_newline = false 9 charset = utf-8 10 tab_width = 4 11 12 [*.php] 13 indent_style = tab 14 indent_size = 1 15
Download .editorconfig
History Wed, 30 Oct 2019 00:37:27 +0100 Jan Dankert This file is for unifying the coding style for different editors and IDEs.