this repo has no description
1
2
3# EditorConfig is awesome: https://EditorConfig.org
4
5# top-most EditorConfig file
6root = true
7
8# Unix-style newlines with a newline ending every file
9[*.go]
10end_of_line = lf
11insert_final_newline = true
12charset = utf-8
13indent_style = space
14indent_size = 4
15trim_trailing_whitespace = true
16insert_final_newline = true