Skip to content

Instantly share code, notes, and snippets.

@rwillians
Last active December 5, 2023 12:37
Show Gist options
  • Save rwillians/d30dcf16e69b993033d53c65db060c12 to your computer and use it in GitHub Desktop.
Save rwillians/d30dcf16e69b993033d53c65db060c12 to your computer and use it in GitHub Desktop.
Project Setup
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
{
"extensions": {
"recommendations": [
"EditorConfig.EditorConfig"
]
},
"settings": {
"editor.formatOnType": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment