Developer Docs - Developer Codex - Code Styles
To ensure that all code is written with matching style it is essential that everyone follows these conventions.
The best way to get the proper configuration is to use the Visual Studio settings file located at:
./Dev Tools/Env/rock_vs2019.vssettings
This file is found in the Core Rock Repo. Otherwise you can configure them manually here: https://github.com/SparkDevNetwork/Rock/wiki/Coding-standards
Formatting JavaScript
JavaScript contained in our block code does not need to be formatted/styled like our C# code. See "Developer Environment Settings" in the Obsidian Guide.