GeoTopo.sublime-project 281 B

123456789101112131415
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "/home/moose/Downloads/LaTeX-examples/documents/GeoTopo",
  6. "file_exclude_patterns": ["*.aux", "*.fdb_latexmk", "*.out", "*.idx", "*.toc", "*.ilg", "*.thm", "*.ind"]
  7. }
  8. ],
  9. "settings":
  10. {
  11. "tab_size": 4,
  12. "translate_tabs_to_spaces": false
  13. }
  14. }