mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 08:35:19 +00:00
Initial commit
This commit is contained in:
16
.editorconfig
Normal file
16
.editorconfig
Normal file
@ -0,0 +1,16 @@
|
||||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{html,js,scss}]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
[*.{md,markdown,yml}]
|
||||
indent_style = spaces
|
||||
indent_size = 2
|
Reference in New Issue
Block a user