mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Change code style to 1TBS
This commit is contained in:
parent
b38d88da8a
commit
37d0a89301
4 changed files with 186 additions and 207 deletions
|
@ -25,6 +25,13 @@ spaces_around_brackets = none
|
|||
indent_brace_style = allman
|
||||
|
||||
|
||||
# JavaScript/TypeScript
|
||||
[*.{js,ts}]
|
||||
indent_style = space
|
||||
curly_bracket_next_line = false
|
||||
indent_brace_style = K&R
|
||||
|
||||
|
||||
# JSON/YAML
|
||||
[*.{json,babelrc,code-workspace,yml,yaml}]
|
||||
indent_style = space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue