Files
valheim-docker-server-2/.editorconfig
Michael bf6865ed2c Added webhook configuration and documentation updates (#158)
* Added webhook configuration and documentation updates

* Updated docs

* Notifications

* Updated ValheimPlus instructions
2021-02-25 21:19:10 -07:00

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