Files
expense/vendor/jeroennoten/laravel-adminlte/.editorconfig
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

19 lines
344 B
INI

; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2