From acfbdf9128b31372c6924405e1a397f46c8974d7 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:35:05 -0700 Subject: [PATCH] emmylua config --- .emmyrc.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .emmyrc.json diff --git a/.emmyrc.json b/.emmyrc.json new file mode 100644 index 00000000..50ab3b5c --- /dev/null +++ b/.emmyrc.json @@ -0,0 +1 @@ +{"completion":{"autoRequire":true,"autoRequireFunction":"require","autoRequireNamingConvention":"snake-case","callSnippet":false,"postfix":"@"},"signature":{"detailSignatureHelper":false},"diagnostics":{"disable":["undefined-global","undefined-global","missing-parameter"],"globals":[],"globalsRegex":[],"severity":{},"enables":[]},"hint":{"paramHint":true,"indexHint":true,"localHint":false,"overrideHint":true},"runtime":{"version":"LuaLatest","requireLikeFunction":[],"frameworkVersions":[],"extensions":[],"requirePattern":[]},"workspace":{"ignoreDir":[".idea",".vs",".vscode"],"ignoreGlobs":[],"library":[],"workspaceRoots":[],"preloadFileSize":1048576,"encoding":""},"resource":{"paths":["x:\\AscensionDevelopment\\Ascension_Patch\\_Patch-ALL\\Interface"]},"codeLens":{"enable":true},"strict":{"requirePath":true,"typeCall":true}} \ No newline at end of file