.emmyrc.json (490B)
1 { 2 "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", 3 "format": { 4 "externalTool": { 5 "program": "stylua", 6 "args": [ 7 "-", 8 "--stdin-filepath", 9 "${file}" 10 ] 11 } 12 }, 13 "diagnostics": { 14 "disable": [ 15 "unnecessary-if" 16 ] 17 }, 18 "codeAction": { 19 "insertSpace": true 20 }, 21 "strict": { 22 "typeCall": true, 23 "arrayIndex": true 24 } 25 }