Skip to content

Instantly share code, notes, and snippets.

View yatish27's full-sized avatar

Yatish Mehta yatish27

View GitHub Profile
@yatish27
yatish27 / settings.json
Created May 31, 2024 18:33
VSCode settings
{
"workbench.colorTheme": "Night Owl (No Italics)",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontWeight": 325,
"editor.letterSpacing": 0,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "alt",
"editor.trimAutoWhitespace": true,
@yatish27
yatish27 / document.rb
Created September 5, 2023 05:23
YARD Cheatsheet
# Represents a generic document in a document management system.
# @abstract
# @author John Doe
# @since 1.0.0
# @deprecated Use NewDocument instead.
class Document
# @!attribute [r] title
# @return [String]
attr_reader :title
" +++ Plugins
call plug#begin()
Plug 'tpope/vim-markdown'
" General display
Plug 'scrooloose/nerdtree'
" Git