From 2f46abf4e10070e8e4edb80208b3b45deb908a01 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 15 Jan 2025 09:21:52 -0800 Subject: [PATCH] remove vim settings --- ext/psych/psych.c | 1 - ext/psych/psych_emitter.c | 1 - ext/psych/psych_parser.c | 1 - ext/psych/psych_to_ruby.c | 1 - ext/psych/psych_yaml_tree.c | 1 - 5 files changed, 5 deletions(-) diff --git a/ext/psych/psych.c b/ext/psych/psych.c index 3a701b67..afbd7a35 100644 --- a/ext/psych/psych.c +++ b/ext/psych/psych.c @@ -34,4 +34,3 @@ void Init_psych(void) Init_psych_to_ruby(); Init_psych_yaml_tree(); } -/* vim: set noet sws=4 sw=4: */ diff --git a/ext/psych/psych_emitter.c b/ext/psych/psych_emitter.c index 3b7a367b..624ab7c5 100644 --- a/ext/psych/psych_emitter.c +++ b/ext/psych/psych_emitter.c @@ -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: */ diff --git a/ext/psych/psych_parser.c b/ext/psych/psych_parser.c index 26e2d41e..d9734962 100644 --- a/ext/psych/psych_parser.c +++ b/ext/psych/psych_parser.c @@ -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: */ diff --git a/ext/psych/psych_to_ruby.c b/ext/psych/psych_to_ruby.c index b388ff77..ffe0c69c 100644 --- a/ext/psych/psych_to_ruby.c +++ b/ext/psych/psych_to_ruby.c @@ -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: */ diff --git a/ext/psych/psych_yaml_tree.c b/ext/psych/psych_yaml_tree.c index 225655d1..bbd93f87 100644 --- a/ext/psych/psych_yaml_tree.c +++ b/ext/psych/psych_yaml_tree.c @@ -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: */