From 6af87db9894d50fc434235a843e12076d05d3f97 Mon Sep 17 00:00:00 2001 From: Yash Shah <yashshah0127@gmail.com> Date: Wed, 18 Jan 2017 12:28:52 -0800 Subject: [PATCH] Fix typo from "one_save" to "on_save" --- geomag-algorithms.sublime-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomag-algorithms.sublime-project b/geomag-algorithms.sublime-project index 9932cf70..20933227 100644 --- a/geomag-algorithms.sublime-project +++ b/geomag-algorithms.sublime-project @@ -19,6 +19,6 @@ "indent_to_bracket": false, "translate_tabs_to_spaces": true, "trim_automatic_white_space": true, - "trim_trailing_white_space_one_save": true + "trim_trailing_white_space_on_save": true } } -- GitLab