1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 10:23:51 +01:00

Add editor settings

This commit is contained in:
Ika 2017-03-17 23:32:48 +08:00
commit 7f6617c465

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.eol": "\n",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.renderIndentGuides": true,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false
}