Skip to content

Instantly share code, notes, and snippets.

View bsara's full-sized avatar
😱

Brandon Sarà bsara

😱
View GitHub Profile
@bsara
bsara / .jscsrc
Created May 29, 2015 19:10
JSCS Default Settings
{
"disallowEmptyBlocks": true,
"disallowIdentifierNames": [
"that"
],
"disallowImplicitTypeConversion": [
"numeric",
"boolean"
],
"disallowKeywordsOnNewLine": [
@bsara
bsara / atom_context-menu_uninstall.reg
Created May 13, 2015 17:22
Remove Atom Editor from Windows Explorer Context Menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\OpenWithList\atom.exe]
[-HKEY_CLASSES_ROOT\*\shell\1_Atom]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\2_Atom]
[-HKEY_CLASSES_ROOT\Directory\shell\2_Atom]
[-HKEY_CURRENT_USER\Software\Classes\Applications\atom.exe]
@bsara
bsara / atom_context-menu_install.reg
Created May 13, 2015 17:21
Add Atom Editor to Windows Explorer Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\OpenWithList\atom.exe]
[HKEY_CLASSES_ROOT\*\shell\1_Atom]
@="Open with Atom"
"Icon"="\"C:\\opt\\atom\\atom.exe\",0"
@bsara
bsara / sublime-text_context-menu_uninstall.reg
Created May 13, 2015 17:21
Remove Sublime Text from Windows Explorer Context Menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\OpenWithList\sublime_text.exe]
[-HKEY_CLASSES_ROOT\*\shell\0_SublimeText]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\1_SublimeText]
[-HKEY_CLASSES_ROOT\Directory\shell\1_SublimeText]
[-HKEY_CURRENT_USER\Software\Classes\Applications\sublime_text.exe]
@bsara
bsara / sublime-text-2_context-menu_install.reg
Created May 13, 2015 17:20
Add Sublime Text 2 to Windows Explorer Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\OpenWithList\sublime_text.exe]
[HKEY_CLASSES_ROOT\*\shell\0_SublimeText]
@="Open with Sublime Text"
"Icon"="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\",0"
@bsara
bsara / sublime-text-3_context-menu_install.reg
Created May 13, 2015 17:19
Add Sublime Text 3 to Windows Explorer Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\OpenWithList\sublime_text.exe]
[HKEY_CLASSES_ROOT\*\shell\0_SublimeText]
@="Open with Sublime Text"
"Icon"="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\",0"
@bsara
bsara / _unit-conversions.scss
Last active January 18, 2018 18:48
Sass Unit Conversions
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
////
/// @group Unit Conversions
/// @author Brandon Sara <brandon.sara@ldschurch.org>
////
@bsara
bsara / android.gitattributes
Last active June 26, 2017 18:08
.gitattributes File for Android Projects
# Project
* text eol=lf
*.cmd eol=crlf
*.cpp diff=cpp
*.h diff=cpp
*.java diff=java
@bsara
bsara / standard.editorconfig
Last active May 24, 2017 22:53
EditorConfig (Standard)
root = true
[*]
charset = utf-8
continuation_indent_size = 2
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
@bsara
bsara / vs.gitignore
Last active March 28, 2022 15:09
.gitignore File for Visual Studio Projects
#---------------------------------------#
# Project Ignores #
#---------------------------------------#
#---------------------------------------#
# IDEs & Editors Ignores #
#---------------------------------------#
# Sublime Text