Skip to content

Instantly share code, notes, and snippets.

View marcosgabarda's full-sized avatar
coffee?

Marcos Gabarda marcosgabarda

coffee?
View GitHub Profile
@marcosgabarda
marcosgabarda / .editorconfig
Created August 25, 2016 10:55
My configuration for code editors
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Gist to save my atom settings
$ apm install sync-settings

Keybase proof

I hereby claim:

  • I am marcosgabarda on github.
  • I am marcosgabarda (https://keybase.io/marcosgabarda) on keybase.
  • I have a public key ASD1F997Nry4KGFvXSNN5cdCwdkh8dqPw_Qkr6PerGO0-Ao

To claim this, I am signing this object:

import random
from django import forms
class ShrugForm(forms.Form):
def clean(self):
super().clean()
if random.choice([True, False]):