blob: 2655ebc08392d8207cdb0f2014eb9ab36f918c1f [file] [log] [blame]
Marc Abramowitzd5f91162014-08-15 11:36:01 -07001# EditorConfig is awesome: http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6# All files
7[*]
8end_of_line = lf
9insert_final_newline = true
10charset = utf-8
11trim_trailing_whitespace = true
12
13# Golang
14[*.go]
15indent_style = tab
16indent_size = 2