1
0
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:
Mihai Dolha 2018-07-16 13:15:57 +03:00
parent d668d2007c
commit 6152044e66
2 changed files with 24 additions and 0 deletions

12
.editorconfig Normal file
View 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
View File

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"html.format.extraLiners": "null",
"editor.tabSize": 2,
"editor.insertSpaces": false
}
}