1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Merge pull request #37 from akagetsu/formatting

Add some rudimentary formatting files
This commit is contained in:
Matt Baer 2018-12-22 11:31:48 -05:00 committed by GitHub
commit 89f2cff684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = true

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
}
}