Update README.md
Wrong example for file name rule
This commit is contained in:
parent
28ce6dcff7
commit
d2ff63b087
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ This document outlines the coding standards and best practices for the CIGUI lib
|
|||
- Header files: `.hpp` for C++ headers, `.h` for C-compatible headers
|
||||
- Implementation files: `.cpp`
|
||||
- Template implementation files: `.inl`
|
||||
- File names: PascalCase (e.g., `grid_layout.hpp`)
|
||||
- File names: PascalCase (e.g., `GridLayout.hpp`)
|
||||
|
||||
#### Classes and Types
|
||||
|
||||
|
|
Loading…
Reference in a new issue