From a2441cd15b4148068933a0881170f5a9650a127e Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 4 May 2025 14:47:34 +0200 Subject: [PATCH] Add meta --- .gitmodules | 3 +++ .luarc.json | 1 + Meta | 1 + stylua.toml | 10 +--------- 4 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 .gitmodules create mode 120000 .luarc.json create mode 160000 Meta mode change 100644 => 120000 stylua.toml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..20633fe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Meta"] + path = Meta + url = https://git.site.quack-lab.dev/dave/wow_Meta diff --git a/.luarc.json b/.luarc.json new file mode 120000 index 0000000..14525b6 --- /dev/null +++ b/.luarc.json @@ -0,0 +1 @@ +C:/Users/Administrator/Seafile/Games-WoW/Ruski/Interface/AddOns/Cyka/Meta/.luarc.json \ No newline at end of file diff --git a/Meta b/Meta new file mode 160000 index 0000000..4a654c1 --- /dev/null +++ b/Meta @@ -0,0 +1 @@ +Subproject commit 4a654c17cab4cb4fa32a78ce41c4c444a8bb7145 diff --git a/stylua.toml b/stylua.toml deleted file mode 100644 index b4ba352..0000000 --- a/stylua.toml +++ /dev/null @@ -1,9 +0,0 @@ -syntax = "All" # Specify a disambiguation for the style of Lua syntax being formatted. Possible options: All (default), Lua51, Lua52, Lua53, Lua54, LuaJIT, Luau, CfxLua -column_width = 120 # Approximate line length for printing. Used as a guide for line wrapping - this is not a hard requirement: lines may fall under or over the limit. -line_endings = "Unix" # Line endings type. Possible options: Unix (LF) or Windows (CRLF) -indent_type = "Tabs" # Indent type. Possible options: Tabs or Spaces -indent_width = 4 # Character size of single indentation. If indent_type is set to Tabs, this option is used as a heuristic to determine column width only. -quote_style = "AutoPreferDouble" # Quote style for string literals. Possible options: AutoPreferDouble, AutoPreferSingle, ForceDouble, ForceSingle. AutoPrefer styles will prefer the specified quote style, but fall back to the alternative if it has fewer string escapes. Force styles always use the specified style regardless of escapes. -call_parentheses = "Always" # Whether parentheses should be applied on function calls with a single string/table argument. Possible options: Always, NoSingleString, NoSingleTable, None, Input. Always applies parentheses in all cases. NoSingleString omits parentheses on calls with a single string argument. Similarly, NoSingleTable omits parentheses on calls with a single table argument. None omits parentheses in both cases. Note: parentheses are still kept in situations where removal can lead to obscurity (e.g. foo "bar".setup -> foo("bar").setup, since the index is on the call result, not the string). Input removes all automation and preserves parentheses only if they were present in input code: consistency is not enforced. -space_after_function_names = "Never" # Specify whether to add a space between the function name and parentheses. Possible options: Never, Definitions, Calls, or Always -collapse_simple_statement = "Always" # Specify whether to collapse simple statements. Possible options: Never, FunctionOnly, ConditionalOnly, or Always \ No newline at end of file diff --git a/stylua.toml b/stylua.toml new file mode 120000 index 0000000..96be417 --- /dev/null +++ b/stylua.toml @@ -0,0 +1 @@ +C:/Users/Administrator/Seafile/Games-WoW/Ruski/Interface/AddOns/Cyka/Meta/stylua.toml \ No newline at end of file