This file contains hidden or 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
# https://gist.githubusercontent.com/disouzam/974a174401e97e170e9396ec29c60695/raw/ec05f73af4ce97ffa9b9dc6f03b36f79260ccffc/.editorconfig | |
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs | |
############################### | |
# Core EditorConfig Options # | |
############################### | |
# All files | |
[*] | |
indent_style = space |
This file contains hidden or 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
[core] | |
editor = \"\\Microsoft VS Code\\bin\\code\" --wait | |
repositoryformatversion = 0 | |
filemode = false | |
bare = false | |
logallrefupdates = true | |
symlinks = false | |
ignorecase = true | |
excludesfile = ../.vscode/** | |
longpaths = true |
NewerOlder