Revision 4952257fe7bed30a82a76f3babc55d8651ace36b authored by Dmitri Naumov on 05 April 2021, 19:17:03 UTC, committed by Dmitri Naumov on 06 April 2021, 19:10:20 UTC
Code is already in the FileIO::Gocad namespace.
1 parent c678f12
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top