CodeIgniter4/.editorconfig

16 lines
296 B
INI
Raw Normal View History

2022-05-27 15:49:49 +09:00
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
charset = utf-8
2022-05-27 15:49:49 +09:00
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
2022-05-27 15:49:49 +09:00
trim_trailing_whitespace = true
[*.yml]
indent_size = 2