Skip to content

Commit

Permalink
Merge pull request #708 from ruby/remove-vim-settings
Browse files Browse the repository at this point in the history
remove vim settings
  • Loading branch information
tenderlove authored Jan 15, 2025
2 parents 7a68700 + 2f46abf commit 5857e5c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion ext/psych/psych.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ void Init_psych(void)
Init_psych_to_ruby();
Init_psych_yaml_tree();
}
/* vim: set noet sws=4 sw=4: */
1 change: 0 additions & 1 deletion ext/psych/psych_emitter.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,3 @@ void Init_psych_emitter(void)
id_indentation = rb_intern("indentation");
id_canonical = rb_intern("canonical");
}
/* vim: set noet sws=4 sw=4: */
1 change: 0 additions & 1 deletion ext/psych/psych_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,3 @@ void Init_psych_parser(void)
id_end_mapping = rb_intern("end_mapping");
id_event_location = rb_intern("event_location");
}
/* vim: set noet sws=4 sw=4: */
1 change: 0 additions & 1 deletion ext/psych/psych_to_ruby.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ void Init_psych_to_ruby(void)
rb_define_private_method(cPsychVisitorsToRuby, "build_exception", build_exception, 2);
rb_define_private_method(class_loader, "path2class", path2class, 1);
}
/* vim: set noet sws=4 sw=4: */
1 change: 0 additions & 1 deletion ext/psych/psych_yaml_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ void Init_psych_yaml_tree(void)
VALUE visitor = rb_define_class_under(visitors, "Visitor", rb_cObject);
cPsychVisitorsYamlTree = rb_define_class_under(visitors, "YAMLTree", visitor);
}
/* vim: set noet sws=4 sw=4: */

0 comments on commit 5857e5c

Please sign in to comment.