Created
July 8, 2020 08:17
-
-
Save msnoigrs/7ddd5bdc70a0f3952dbcbd1fbddb1661 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; https://editorconfig.org/ | |
root = true | |
[*] | |
insert_final_newline = true | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
indent_style = space | |
indent_size = 2 | |
[{Makefile,go.mod,go.sum,*.go,.gitmodules}] | |
indent_style = tab | |
indent_size = 8 | |
[*.md] | |
indent_size = 4 | |
trim_trailing_whitespace = false | |
eclient_indent_style = unset | |
[Dockerfile] | |
indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment