Move globally-used configurations into the root of the repository
This commit is contained in:
parent
4a816a114f
commit
41ae09feb5
|
|
@ -1,3 +0,0 @@
|
|||
[tools]
|
||||
darklua = "seaofvoices/darklua@0.10.2"
|
||||
stylua = "JohnnyMorganz/StyLua@0.18.1"
|
||||
20
dense.json5
20
dense.json5
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
generator: "dense",
|
||||
rules: [
|
||||
"remove_comments",
|
||||
"remove_spaces",
|
||||
"remove_compound_assignment",
|
||||
"group_local_assignment",
|
||||
// "compute_expression",
|
||||
"remove_unused_if_branch",
|
||||
"remove_unused_while",
|
||||
"remove_empty_do",
|
||||
// "remove_method_definition",
|
||||
"remove_function_call_parens",
|
||||
"filter_after_early_return",
|
||||
{
|
||||
rule: "rename_variables",
|
||||
globals: ["$default", "$roblox"],
|
||||
},
|
||||
],
|
||||
}
|
||||
18
lines.json5
18
lines.json5
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
rules: [
|
||||
"remove_spaces",
|
||||
"remove_compound_assignment",
|
||||
"group_local_assignment",
|
||||
// "compute_expression",
|
||||
"remove_unused_if_branch",
|
||||
"remove_unused_while",
|
||||
"remove_empty_do",
|
||||
// "remove_method_definition",
|
||||
"remove_function_call_parens",
|
||||
"filter_after_early_return",
|
||||
{
|
||||
rule: "rename_variables",
|
||||
globals: ["$default", "$roblox"],
|
||||
},
|
||||
],
|
||||
}
|
||||
9571
mercury.yml
9571
mercury.yml
File diff suppressed because it is too large
Load Diff
|
|
@ -1,4 +0,0 @@
|
|||
std = "mercury"
|
||||
|
||||
[lints]
|
||||
multiple_statements = "allow"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
column_width = 80
|
||||
line_endings = "Unix"
|
||||
indent_type = "Tabs"
|
||||
indent_width = 4
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "None"
|
||||
Loading…
Reference in New Issue