adding /public/ to the mix, pt2
This commit is contained in:
parent
16b7e6391b
commit
1b1f40bf5e
106 changed files with 22261 additions and 0 deletions
17
public/assets/plugins/bootstrap/.editorconfig
Normal file
17
public/assets/plugins/bootstrap/.editorconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue