mconnect - KDE Connect protocol implementation in Vala/C
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.

12 lines
367 B

  1. ((c-mode . ((c-file-style . "linux")
  2. (indent-tabs-mode . nil)
  3. (show-trailing-whitespace . t)
  4. (c-basic-offset . 4)
  5. (tab-width . 4)
  6. ))
  7. (vala-mode . ((indent-tabs-mode . nil)
  8. (show-trailing-whitespace . t)
  9. (c-basic-offset . 4)
  10. (tab-width . 4)
  11. ))
  12. )