1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

fix headings of md files

This commit is contained in:
Laserlicht
2024-07-16 20:29:20 +02:00
committed by GitHub
parent d243a2fc12
commit 8f407311fd
66 changed files with 384 additions and 256 deletions

View File

@@ -1,3 +1,5 @@
# Coding Guidelines
## C++ Standard
VCMI implementation bases on C++17 standard. Any feature is acceptable as long as it's will pass build on our CI, but there is list below on what is already being used.