github.com/cockroachdb/pebble@v1.1.2/.editorconfig (about) 1 # See http://editorconfig.org 2 3 [*] 4 end_of_line = lf 5 insert_final_newline = true 6 charset = utf-8 7 8 # For non-go files, we indent with two spaces. In go files we indent 9 # with tabs but still set indent_size to control the github web viewer. 10 indent_size=2