branch: scratch/editorconfig-cc
commit b70f3c7a93d195556ed11465480b0f4894b9dd68
Author: Jay Kamat <jaygka...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add support for bpftrace-mode (#199)
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index 2504abb4df..5f6761b365 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -155,6 +155,7 @@ overwrite \"indent_style\" property when current 
`major-mode' is a
   ;; For contributors: Sort modes in alphabetical order
   '((apache-mode apache-indent-level)
     (awk-mode c-basic-offset)
+    (bpftrace-mode c-basic-offset)
     (c++-mode c-basic-offset)
     (c-mode c-basic-offset)
     (cmake-mode cmake-tab-width)

Reply via email to