Add vim info

This commit is contained in:
2025-12-17 04:29:26 +00:00
parent 6c5352e9de
commit debf6ed8eb
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// vim:fileencoding=utf-8:foldmethod=marker
#include "./dbl_list.h" #include "./dbl_list.h"
#include "../mem/allocator/mem_allocator.h" #include "../mem/allocator/mem_allocator.h"
#include "../../common/assert/assert.h" #include "../../common/assert/assert.h"

View File

@@ -1,3 +1,5 @@
// vim:fileencoding=utf-8:foldmethod=marker
#ifndef DBL_LIST_H #ifndef DBL_LIST_H
#define DBL_LIST_H #define DBL_LIST_H