Added editorconfig and option to set section layout.

This commit is contained in:
2022-04-23 18:33:32 +03:00
parent 41daff5390
commit 210b600f21
18 changed files with 262 additions and 213 deletions
+23
View File
@@ -0,0 +1,23 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.json]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false