Personal emacs config
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.

5 lines
116 B

  1. # -*- mode: snippet -*-
  2. # name: if __name__ == "__main__"
  3. # key: ifnm
  4. # group Idioms
  5. # --
  6. if __name__ == "__main__":