Revision 1ad9fc4a5ce456a3718697efa31ec35a871116b6 authored by Chris Green on 06 March 2024, 03:51:16 UTC, committed by GitHub on 06 March 2024, 03:51:16 UTC
Make checkVariables() virtual
2 parent s f963789 + 01af1ca
Raw File
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
indent_size = 4
back to top