rollback: config with conform

This commit is contained in:
asep.komarudin 2024-06-24 08:03:25 +07:00
parent 33fe8d43df
commit 22fef75144
6 changed files with 11 additions and 111 deletions

View file

@ -156,11 +156,11 @@ pcode.active_javascript_config = {
jest_command = "npm test -- ",
jest_config = "jest.config.mjs",
}
pcode.active_php_config = true
pcode.active_golang_config = true
pcode.active_php_config = false
pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false
pcode.active_cpp_config = true
pcode.active_java_config = {
active = false,
active = true,
project = "gradle", -- gradle or maven
}