mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
We now setup the indent settings when creating untitled documents where we know the folder, so that we can use potential settings scoped to that folder. Since the document itself no longer sets this as part of regular buffer setup, we also set it when opening a document with a path, and when changing a document’s file type, although the latter is probably temporary. Closes #305.