소스 검색

Sublime project - add settings

Scott Lahteine 5 년 전
부모
커밋
cfb44e4a26
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      buildroot/share/sublime/MarlinFirmware.sublime-project

+ 8
- 1
buildroot/share/sublime/MarlinFirmware.sublime-project 파일 보기

@@ -24,5 +24,12 @@
24 24
 			],
25 25
 			"path": "../../.."
26 26
 		}
27
-	]
27
+	],
28
+	"settings":
29
+	{
30
+		"ensure_newline_at_eof_on_save": true,
31
+		"tab_size": 2,
32
+		"translate_tabs_to_spaces": true,
33
+		"trim_trailing_white_space_on_save": true
34
+	}
28 35
 }

Loading…
취소
저장