Add initial set of files.

This commit is contained in:
Pol Dellaiera
2021-08-10 15:13:46 +02:00
parent 3f1b5b2319
commit 364aff36a4
15 changed files with 1328 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
[*.{php,html,twig}]
indent_style = space
indent_size = 4
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0