Created
March 4, 2024 03:06
-
-
Save Ismael-VC/e17d96cbd68f8a5a506d64506b576a7f to your computer and use it in GitHub Desktop.
Micro editor settings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"colorcolumn": 80, | |
"diffgutter": true, | |
"hlsearch": true, | |
"indentchar": "⋅", | |
"rmtrailingws": true, | |
"scrollbar": true, | |
"softwrap": true, | |
"tabmovement": true, | |
"tabsize": 2, | |
"tabtospaces": true, | |
"wordwrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment