Files
block-dev-tool/generators/block/templates/.editorconfig
T
roman 82362b3ab2 Add block generator logic.
Now we are able to generate new blocks with yeoman.
2022-04-30 01:04:36 +03:00

24 lines
421 B
INI

# 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