xiaowang/kirby/.editorconfig

24 lines
405 B
INI
Raw Permalink Normal View History

2021-10-29 18:05:46 +02:00
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
2022-03-22 15:39:39 +01:00
# PHP PSR-12 Coding Standards
# https://www.php-fig.org/psr/psr-12/
2021-10-29 18:05:46 +02:00
root = true
2022-08-31 16:08:03 +02:00
[*]
2021-10-29 18:05:46 +02:00
charset = utf-8
end_of_line = lf
2022-08-31 16:08:03 +02:00
indent_style = tab
indent_size = 2
2021-10-29 18:05:46 +02:00
trim_trailing_whitespace = true
2022-08-31 16:08:03 +02:00
[*.php]
indent_size = 4
insert_final_newline = true
[*.yml]
2021-10-29 18:05:46 +02:00
indent_style = space
2022-08-31 16:08:03 +02:00
[*.md]
trim_trailing_whitespace = false