Skip to content

Instantly share code, notes, and snippets.

View PAHeartBeat's full-sized avatar
🚩
Either I win or I learn, I never loose,

iPAHeartBeat PAHeartBeat

🚩
Either I win or I learn, I never loose,
View GitHub Profile
@PAHeartBeat
PAHeartBeat / .editorconifg
Last active September 12, 2023 11:17
.Editor config with the Code style Rules, code formatting rules, naming rules, naming styles, and warning suppress information for Sonar and SytleCop
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
####################################################
# Core EditorConfig Options #
####################################################
root = true
# All files
[*]
# Indentation and spacing
@PAHeartBeat
PAHeartBeat / stylecop.json
Last active April 5, 2022 18:43
SytelCop Analyzer overrides
{
"comment": "ACTION REQUIRED: This file was automatically added to your project, but it\nwill not take effect until additional steps are taken to enable it. See the\nfollowing page for additional information:\n\nhttps://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md",
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"documentationCulture": "en-US",
"documentInterfaces": true,
"documentExposedElements": true,
"documentInternalElements": true,
"documentPrivateElements": true,
#ifndef UNITY_CG_INCLUDED
#define UNITY_CG_INCLUDED
#include "UnityShaderVariables.cginc"
#if SHADER_API_FLASH
uniform float4 unity_NPOTScale;