lua-format
This commit is contained in:
parent
de7d1917ac
commit
302e577de4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
!/koptilnya
|
!/koptilnya
|
||||||
!README.md
|
!README.md
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.lua-format
|
||||||
12
.lua-format
Normal file
12
.lua-format
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Install vs-code extension: koihik.vscode-lua-format
|
||||||
|
# Then set the config file
|
||||||
|
|
||||||
|
column_limit: 280
|
||||||
|
line_breaks_after_function_body: 2
|
||||||
|
keep_simple_control_block_one_line: false
|
||||||
|
keep_simple_function_one_line: false
|
||||||
|
break_after_functioncall_lp: false
|
||||||
|
break_before_functioncall_rp: false
|
||||||
|
use_tab: false
|
||||||
|
continuation_indent_width: 1
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user