Skip to content

Commit

Permalink
dev: add sublime-project
Browse files Browse the repository at this point in the history
  • Loading branch information
David GABISON committed Jan 22, 2023
1 parent 6473675 commit 5acd51a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store

# sublime
*.sublime-workspace
11 changes: 11 additions & 0 deletions obsidian-note-aliases.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"settings": {
"rulers": [80, 100]
},
"folders":
[
{
"path": "."
}
]
}

0 comments on commit 5acd51a

Please sign in to comment.