mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Add .editorconfig
This commit is contained in:
parent
640faaadb9
commit
40c95fde78
1 changed files with 13 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
max_line_length = 100
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = false
|
||||||
|
|
||||||
|
[*.{html,erb}]
|
||||||
|
indent_size = 4
|
Loading…
Add table
Add a link
Reference in a new issue