APnutI/.nova/Configuration.json

13 lines
429 B
JSON
Raw Normal View History

2021-03-08 19:44:02 +00:00
{
2024-04-10 09:52:35 +00:00
"com.thorlaksson.phpcs.formatOnSave" : true,
2021-03-08 19:44:02 +00:00
"com.thorlaksson.phpcs.runOnChange" : "onSave",
2021-03-27 09:33:31 +00:00
"com.thorlaksson.phpcs.standard" : "phpcs.xml",
2021-03-08 19:44:02 +00:00
"editor.default_syntax" : "php",
"php.validate" : "onSave",
2024-04-10 09:52:35 +00:00
"prettier.format-on-save" : "Disable",
"prettier.format-on-save.ignore-remote" : "Disable",
"prettier.format-on-save.ignore-without-config" : "Disable",
2021-03-08 19:44:02 +00:00
"workspace.color" : 1,
"workspace.name" : "APnutI"
}