Skip to content

Commit

Permalink
fix: IndentStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 15, 2023
1 parent c938f7f commit 89d12e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff_fmt_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use ruff_python_formatter::{MagicTrailingComma, PyFormatOptions, QuoteStyle};
use serde::{Deserialize, Serialize};

#[derive(Clone, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]
pub enum IndentStyle {
Tab,
Space,
Expand Down

0 comments on commit 89d12e3

Please sign in to comment.