editorconfig - barsandcat/HMS-Sunflower GitHub Wiki

https://github.com/editorconfig/editorconfig-visualstudio Finally! https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/naming-rules For whatever reasons, this documentations does not work with cpp_naming_ stuff! For example: all_lower is not working, but lower_case - works required_modifiers const dosent work applicable_kinds global dosent work

command.name.params

commands + params:

  • cpp_naming_rule
    • severity (suggestion/)
    • style (reference)
    • symbols (reference)
  • cpp_naming_style
    • capitalization (pascal_case/camel_case/lowe_case)
    • required_prefix
    • required_suffix
    • word_separator
  • cpp_naming_symbols
    • applicable_kinds(field/parameter/local/enum/template_class/struct/class)
    • applicable_type
    • required_modifiers(static/const)
    • applicable_accessibilities(public, protected, private?)

This shit is unusable... Just delete it all

⚠️ **GitHub.com Fallback** ⚠️