Skip to content

Instantly share code, notes, and snippets.

@rossimarc
rossimarc / .editorconfig
Created October 21, 2025 12:01 — forked from m-jovanovic/.editorconfig
Sample editor config with a bunch of rules turned off 😅
root = true
# C# files
[*.cs]
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 4
indent_style = space
@rossimarc
rossimarc / MinimalAPIs.md
Created September 15, 2021 15:13 — forked from davidfowl/MinimalAPIs.md
Minimal APIs at a glance
// This file was initially generated by Windows Terminal 0.11.1072.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@rossimarc
rossimarc / git.md
Created June 20, 2020 10:38 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda