Skip to content

Instantly share code, notes, and snippets.

View ezra-obiwale's full-sized avatar
🏠
Working from home

Ezra Obiwale ezra-obiwale

🏠
Working from home
  • DScribe Technologies
  • Lagos, Nigeria
View GitHub Profile
@ezra-obiwale
ezra-obiwale / Webstorm-Airbnb-Javascript-codeStyle.xml
Created September 3, 2019 07:52 — forked from mentos1386/Webstorm-Airbnb-Javascript-codeStyle.xml
Airbnb inspired Webstorm Javascript CodeStyle
<code_scheme name="Airbnb">
<option name="RIGHT_MARGIN" value="100" />
<option name="HTML_ATTRIBUTE_WRAP" value="4" />
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="" />
<option name="HTML_ENFORCE_QUOTES" value="true" />
<DBN-PSQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />
@ezra-obiwale
ezra-obiwale / angle-between-points.js
Created August 6, 2019 00:34 — forked from conorbuck/angle-between-points.js
JavaScript: Find the angle between two points
var p1 = {
x: 20,
y: 20
};
var p2 = {
x: 40,
y: 40
};
@ezra-obiwale
ezra-obiwale / git-buffer-size
Created May 29, 2019 10:19 — forked from josephmilla/git-buffer-size
Increase git buffer size
git config http.postBuffer 524288000 #Set to 500MB
@ezra-obiwale
ezra-obiwale / cloudSettings
Last active September 19, 2021 10:31
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-09-19T10:31:20.586Z","extensionVersion":"v3.4.3"}