https://github.com/chrislgarry/Apollo-11
Raw File
Tip revision: 337bb1c12bae686bdb63d4c4ee9c349f9f1ae4be authored by Chris Garry on 10 March 2024, 03:46:04 UTC
Merge pull request #911 from shvydky/master
Tip revision: 337bb1c
.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