https://github.com/chrislgarry/Apollo-11
Revision 422050965990dfa8ad1ffe4ae92e793d7d1ddae5 authored by panoreak on 11 October 2020, 02:01:06 UTC, committed by GitHub on 11 October 2020, 02:01:06 UTC
Co-authored-by: James Harris <wopian@wopian.me>
1 parent 147aeaa
Raw File
Tip revision: 422050965990dfa8ad1ffe4ae92e793d7d1ddae5 authored by panoreak on 11 October 2020, 02:01:06 UTC
Proof INPUT_OUTPUT_CHANNEL_BIT_DESCRIPTIONS.acg #592 (#708)
Tip revision: 4220509
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.agc]
indent_style = tab
tab_width = 8

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