Skip to content
Snippets Groups Projects
Commit 9c7e6848 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Add settings file

parent 922633c1
No related branches found
No related tags found
2 merge requests!714Production Release | nshmp-haz,!713VS Code Setup
{
/*
* VS Code settings for nshmp-haz.
*
* For more information on settings,
* visit: https://code.visualstudio.com/docs/getstarted/settings
*/
"editor.rulers": [
{
"column": 100
}
],
"editor.tabSize": 2,
"files.associations": {
"*.geojson": "json"
},
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic",
"java.import.generatesMetadataFilesAtProjectRoot": true,
"files.exclude": {
"**/.classpath": true,
"**/.DS_Store": true,
"**/.factorypath": true,
"**/.git": true,
"**/.gradle": true,
"**/.project": true,
"**/.settings": true,
"**/bin": true,
"**/node_modules": true,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment