Skip to content

Instantly share code, notes, and snippets.

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

Matteo Giordano malteo

🏠
Working from home
View GitHub Profile
@malteo
malteo / gist:d7bb8eb835be9b734fc2
Created October 20, 2014 11:19
HTML select per le province italiane raggruppate per regione
<select>
<optgroup label="Piemonte">
<option value="TO">Torino</option>
<option value="VC">Vercelli</option>
<option value="NO">Novara</option>
<option value="CN">Cuneo</option>
<option value="AT">Asti</option>
<option value="AL">Alessandria</option>
<option value="BI">Biella</option>
<option value="VB">Verbano-Cusio-Ossola</option>

Keybase proof

I hereby claim:

  • I am malteo on github.
  • I am malteo (https://keybase.io/malteo) on keybase.
  • I have a public key ASB2zXxcD8vv4jRg-_7DNB9z_URxPBRb3yyW-gZfGZCT9go

To claim this, I am signing this object:

@malteo
malteo / .editorconfig
Created November 15, 2019 11:19
root editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4