2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/.editorconfig
Miguel Mota 01dbff80cd add travis.yml
Former-commit-id: 336d9f0374b48cf94618257812046fd2637a65da [formerly 336d9f0374b48cf94618257812046fd2637a65da [formerly 2a4ebaad386bf868b827f7f9aa052a24d3033867 [formerly fdf584f7a5]]]
Former-commit-id: fc0f6d0c7619819dd2749f02b15e80400540cf77
Former-commit-id: 45f4cdd1cb7266a47e53a2680ee37bf2a70d8c26 [formerly 35ba1c8337b0550d2e817f9ac3b348c386b28188]
Former-commit-id: 230887e5e86d239ffa3e3ab801fa3c14a2bfc99a
2018-04-03 00:20:30 -07:00

14 lines
181 B
INI

; http://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4