Skip to content

Commit 2f46abf

Browse files
committedJan 15, 2025
remove vim settings
1 parent 7a68700 commit 2f46abf

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed
 

‎ext/psych/psych.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ void Init_psych(void)
3434
Init_psych_to_ruby();
3535
Init_psych_yaml_tree();
3636
}
37-
/* vim: set noet sws=4 sw=4: */

‎ext/psych/psych_emitter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,3 @@ void Init_psych_emitter(void)
587587
id_indentation = rb_intern("indentation");
588588
id_canonical = rb_intern("canonical");
589589
}
590-
/* vim: set noet sws=4 sw=4: */

‎ext/psych/psych_parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,3 @@ void Init_psych_parser(void)
562562
id_end_mapping = rb_intern("end_mapping");
563563
id_event_location = rb_intern("event_location");
564564
}
565-
/* vim: set noet sws=4 sw=4: */

‎ext/psych/psych_to_ruby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ void Init_psych_to_ruby(void)
3636
rb_define_private_method(cPsychVisitorsToRuby, "build_exception", build_exception, 2);
3737
rb_define_private_method(class_loader, "path2class", path2class, 1);
3838
}
39-
/* vim: set noet sws=4 sw=4: */

‎ext/psych/psych_yaml_tree.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ void Init_psych_yaml_tree(void)
99
VALUE visitor = rb_define_class_under(visitors, "Visitor", rb_cObject);
1010
cPsychVisitorsYamlTree = rb_define_class_under(visitors, "YAMLTree", visitor);
1111
}
12-
/* vim: set noet sws=4 sw=4: */

0 commit comments

Comments
 (0)