mirror of
https://github.com/mbround18/valheim-docker.git
synced 2021-10-22 21:53:54 +03:00
* Added webhook configuration and documentation updates * Updated docs * Notifications * Updated ValheimPlus instructions
20 lines
349 B
INI
20 lines
349 B
INI
root = true
|
|
|
|
[*]
|
|
# charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
# max_line_length = 120
|
|
# tab_width = 2
|
|
|
|
[*.rs]
|
|
max_line_length = 100
|
|
|
|
[{*.graphqlconfig,*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
|
|
indent_size = 2
|
|
|
|
[{*.yaml,*.yml}]
|
|
indent_size = 2
|