Skip to content

Instantly share code, notes, and snippets.

View veekthoven's full-sized avatar
🏠
Working from home

Victor Abbah Nkoms veekthoven

🏠
Working from home
View GitHub Profile
@veekthoven
veekthoven / *.sublime-project
Created February 19, 2020 17:57 — forked from karrikas/*.sublime-project
Sublime text disable phpcs in a project
{
"folders":
[
{
"path": "project/path/here"
}
],
"settings": {
"phpcs": {
"phpcs_execute_on_save": false,