diff options
Diffstat (limited to 'vendor/github.com/spf13/pflag/.editorconfig')
-rw-r--r-- | vendor/github.com/spf13/pflag/.editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/pflag/.editorconfig b/vendor/github.com/spf13/pflag/.editorconfig new file mode 100644 index 000000000..4492e9f9f --- /dev/null +++ b/vendor/github.com/spf13/pflag/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.go] +indent_style = tab |