Detailed description
I saw some codes doesn't follow rules of Code Structure
like
namespace name{
class class{
}
template
bool func(){
}
}
static vod test(){
}
int main(){
}
I want to make All codes follow this structure
Context
The change makes regularity that provides us stability and good visibility
Possible implementation
No response
Additional information
No response