Merge branch 'master' into dbal...
Merge branch 'master' into dbal # Conflicts: # .gitignore # edit-page.php # styles/_fonts.scss # styles/_palette.scss

File last commit:

f6401d22fc9e
8caba2dd794d merge
Show More
.editorconfig
14 lines | 268 B | text/plain | TextLexer
/ .editorconfig
# Topmost editor config for this site
root = true
# Global config settings
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
# Exceptions for specific files
[composer.{json,lock}]
indent_size = 4
indent_style = space