Revision e11699038dc60ca76e56bd382686485553e18982 authored by yutianwu on 11 November 2018, 19:47:34 UTC, committed by Ethan Buchman on 11 November 2018, 19:47:34 UTC
* add adr-034

* update changelog

* minor changes

* do some refactor
1 parent 533b3cf
Raw File
.editorconfig
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{sh,Makefile}]
indent_style = tab

[*.proto]
indent_style = space
indent_size = 2
back to top