mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
Add some rudimentary formatting files
This commit is contained in:
parent
d668d2007c
commit
6152044e66
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
12
mmra.code-workspace
Normal file
12
mmra.code-workspace
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"html.format.extraLiners": "null",
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user