A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 line
110 B

  1. root = true
  2. [*]
  3. indent_style = tab
  4. indent_size = 4
  5. [*.{html,css,scss}]
  6. indent_style = space
  7. indent_size = 2