microeditor-configs/settings.json

20 lines
400 B
JSON
Raw Normal View History

2023-07-31 09:50:08 +02:00
{
"*.l": {
"autoclose": false,
"autoident": true,
"filetype": "picolisp",
"matchbrace": true,
"matchbraceleft": true,
"tabsize": 3,
"tabstospaces": true
},
"*.vp": {
"commenttype": "// %s",
"filetype": "verifpal"
},
"autoclose": false,
"cursorline": false,
"rmtrailingws": true,
"ruler": false
}