git.zerozero.pl
Repositories
Back to zerozero.pl
nexus-archive
Code
Commits
Branches
Tags
Search
Tree:
e96a304
Branches
Tags
main
v0.1.0
v0.1.1
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v1.0.0
nexus-archive
.editorconfig
Code style: update `.editorconfig` file to match PSR-12
Krzysztof Andrzej Sikorski
commited
e96a304
at 2022-03-25 22:40:56
.editorconfig
Blame
History
Raw
root = true [*] charset = utf-8 end_of_line = LF insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 2 [*.md] max_line_length = 80 [*.html] indent_size = 4 [*.php] # settings required by PSR-12 standard end_of_line = LF indent_style = space indent_size = 4 max_line_length = 120 [*.twig] indent_size = 4 [*.yaml] indent_size = 4